home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / L.sys < prev    next >
Text File  |  1989-11-07  |  2KB  |  74 lines

  1.  
  2. NAME
  3.     UULIB:L.Sys
  4.  
  5. DESCRIPTION
  6.  
  7.     The L.Sys file is used by UUCico and sendmail (that is, Mail
  8.     and DMail) to get information about one or more UUCP nodes
  9.     that you can call.
  10.  
  11.     An example L.Sys entry:
  12.  
  13.                 ------- (not part of the file)
  14.  
  15. #   This is a comment.
  16.  
  17. A500 Any SER: 9600 5551344 ogin: uover sword: qwee\r
  18. cae780 Any SER: 2400 5555667 ogin: Udillon sword: xarbge\r
  19. spooge Any SER: 2400 5551234 ogin: uucp sword: gugg\r
  20. sorinc Any SER: 2400 5551111 ogin: uover sword: bleg\r
  21. #this is commented out.
  22. #postgres Any SER: 9600 5556783 ogin: dillon sword: foobarb\r
  23.  
  24.                 ------- (not part of the file)
  25.  
  26.     The first field is the name of the machine in question.
  27.     CASE IS IMPORTANT.    Most machines use all lower-case names.
  28.  
  29.     The second field is currently not used by AmigaUUCP but is
  30.     reserved to indicate times we can call.
  31.  
  32.     The third field is currently not used by AmigaUUCP but should
  33.     remain SER: for future compatibility.  The SER: device is not
  34.     actually used by UUCICO.
  35.  
  36.     The fourth field is the call-out baud rate.  Call-in baud rates
  37.     (that is, receiving a call) are determined by Getty.
  38.  
  39.     The fifth field is the phone number to call to reach the
  40.     machine in question.
  41.  
  42.     Remaining fields are expect-send strings.  Once UUCico dials
  43.     out and reaches the machine in question, it must login into that
  44.     machine using the proper login and password.  The fields are
  45.     always  expect send expect send expect send expect ... until the
  46.     end of the line.  The expect field may be "" (two quote characters)
  47.     to indicate we expect nothing and should immediately move to the
  48.     next (send) field.
  49.  
  50.     Special character sequences within a send field are recognized:
  51.  
  52.     \b        send break.
  53.     \r        write a carriage return
  54.     \n        write a line feed
  55.     \\        a backslash
  56.     \t        a tab character
  57.     \d        a 2 second delay occurs before further processing takes place
  58.     \s        a space
  59.     \c        Normally the send field is automatically terminated with
  60.         a CR.  This DISABLES that.
  61.  
  62.     As you will note by the above example, we usually do not have the
  63.     first character of an expected string.  This is because the
  64.     expect-send fields are case sensitive and some machines say
  65.     'login:' while others say 'Login:'.
  66.  
  67.     Refer to GETTY:Passwd (Man Passwd) on how to handle incomming calls.
  68.  
  69. REFERENCES
  70.  
  71.     L.Sys
  72.     Passwd
  73.  
  74.